From: Richard M. Stallman Date: Thu, 14 Aug 1997 22:04:54 +0000 (+0000) Subject: (SOCKLEN_TYPE): New macro definition. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79727 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b7a74d2cea8c6e40d57e51da95290ac88fb0cc35;p=emacs.git (SOCKLEN_TYPE): New macro definition. --- diff --git a/src/s/osf1.h b/src/s/osf1.h index 8b0b5ee0a52..133ec88dd85 100644 --- a/src/s/osf1.h +++ b/src/s/osf1.h @@ -35,3 +35,5 @@ #define HAVE_TERMIOS +/* Specify the type that the 3rd arg of `accept' points to. */ +#define SOCKLEN_TYPE int